const encoding/xml.fComment

6 uses

	encoding/xml (current package)
		marshal.go#L888: 		case fComment:
		read.go#L484: 			case fComment:
		typeinfo.go#L37: 	fComment
		typeinfo.go#L42: 	fMode = fElement | fAttr | fCDATA | fCharData | fInnerXML | fComment | fAny
		typeinfo.go#L139: 				finfo.flags |= fComment
		typeinfo.go#L152: 		case fAttr, fCDATA, fCharData, fInnerXML, fComment, fAny, fAny | fAttr: